From: Lars Ingebrigtsen Date: Fri, 28 Jun 2019 13:01:31 +0000 (+0200) Subject: Include To and Cc headers when forwarding with Message X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~2555 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=cfabacae02499f28f2cf9ec41d41df7567fd0124;p=emacs.git Include To and Cc headers when forwarding with Message * lisp/gnus/message.el (message-forward-included-headers): Include more of the important headers when forwarded: To and Cc. --- diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 986567faa1f..ad3cffcf0eb 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -626,7 +626,7 @@ This may also be a list of regexps." regexp)) (defcustom message-forward-included-headers - '("^From:" "^Subject:" "^Date:") + '("^From:" "^Subject:" "^Date:" "^To:" "^CC:") "If non-nil, delete non-matching headers when forwarding a message. Only headers that match this regexp will be included. This variable should be a regexp or a list of regexps."